home *** CD-ROM | disk | FTP | other *** search
/ Aminet 22 / Aminet 22 (1997)(GTI - Schatztruhe)[!][Dec 1997].iso / Aminet / game / role / CTW10d.lha / CTW / scripts / General / level6.script < prev    next >
Text File  |  1997-09-02  |  371b  |  27 lines

  1. SET @WALKLOOP 0|
  2. :LOOP|
  3. ONGOTO 0 @WALKLOOP WK1 WK2|
  4. :FIX|
  5. IF @RES CHDIR|
  6. GOTO LOOP|
  7.  
  8. :WK1|
  9. WALKTO 288 103 2 @RES|
  10. GOTO FIX|
  11.  
  12. :WK2|
  13. WALKTO 68 91 2 @RES|
  14. GOTO FIX|
  15.  
  16. :CHDIR|
  17. MATH @WALKLOOP + 1|
  18. MATH @WALKLOOP % 2|
  19. GOTO LOOP|
  20.  
  21. :TOUCH|
  22. [ "I have an appointment with the"|
  23. [ "Colonial President in ten"|
  24. [ "minutes.  I'm just hanging around"|
  25. [ "here for a while."|
  26. GOTO LOOP|
  27.